///
import { ScrollProps } from './types';
export declare const StyledScrollNav: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick & {
showStartShadow?: boolean | undefined;
showEndShadow?: boolean | undefined;
controlsVariant?: ScrollProps['controls'];
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledScrollContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Omit & {
controlsEnabled?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledScrollButtonContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick & {
position: 'end' | 'start';
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledScrollSnapAlignment: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
//# sourceMappingURL=styled.d.ts.map