import { ListProps } from './types'; export declare const ListStyled: import("styled-components").StyledComponent<"ul", any, { spacings: any; } & ListProps, "spacings">;