import { type ComponentPropsWithoutRef } from 'react'; import { ListLayoutStyled } from './styles'; interface ListLayoutProps extends ComponentPropsWithoutRef { } declare function ListLayout({ children, ...props }: Readonly): import("react").JSX.Element; declare namespace ListLayout { var displayName: string; } declare const _default: import("react").MemoExoticComponent; export default _default;