import { VariableSizeList } from '../../../../../../config/vitest/__mocks__/reactWindowMock.js'; export declare const ListWrapper: import('styled-components').StyledComponent<"div", any, { wrapperHeight?: number; centered?: boolean; offsetSpace: number; }, never>; export declare const ListContainer: import('styled-components').StyledComponent<"div", any, { containerHeightMode?: "fillSpace" | "fitContent" | "preset"; wrapperHeight: string; }, never>; export declare const SearchWrapper: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const EmptyStates: import('styled-components').StyledComponent<({ size, label, text, button, fontSize, customIcon, className, mode, iconPosition, textAlign, }: import('@synerise/ds-empty-states').EmptyStatesProps) => React.JSX.Element, any, {}, never>; export declare const IconWrapper: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const FooterWrapper: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const FooterWrapperRight: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const FooterWrapperLeft: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const ScrollContent: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const StyledScrollbar: import('styled-components').StyledComponent>, any, { withSectionHeader?: boolean; }, never>; export declare const StyledList: import('styled-components').StyledComponent; export declare const Skeleton: import('styled-components').StyledComponent<({ size, numberOfSkeletons, width, height, className, }: import('@synerise/ds-skeleton').SkeletonProps) => React.JSX.Element, any, {}, never>; export declare const SkeletonWrapper: import('styled-components').StyledComponent<"div", any, { wrapperHeight?: number; }, never>; export declare const Title: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const SectionTitleWrapper: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const InfiniteLoaderItemWrapper: import('styled-components').StyledComponent<"div", any, {}, never>; export declare const Loader: import('styled-components').StyledComponent<({ size, label, labelPosition, color, percent, percentFormatter, text, fontSize, mode, className, }: import('@synerise/ds-loader/dist/Loader.types').LoaderProps) => React.JSX.Element, any, {}, never>;