import { FlexProps } from '../../primitives/Flex';
export interface CarouselActionsProps extends FlexProps {
    horizontal?: boolean;
}
export declare const CarouselActions: ({ horizontal, ...props }: CarouselActionsProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=CarouselActions.d.ts.map