import { type StyledProps } from "./Styled"; /** * moaui Styled List * * @param props - children, dense, disablePadding * @example * * {children} * * @returns React.ReactElement */ declare const List: (props: StyledProps) => import("react/jsx-runtime").JSX.Element; declare const SampleProps: {}; export default List; export { type StyledProps as ListProps, SampleProps as ListSample, }; //# sourceMappingURL=index.d.ts.map