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