import { type StyledProps } from "./Styled"; /** * moaui Styled Grid (wrapper) * * @param props * @returns React.ReactElement */ declare const Grid: (props: StyledProps) => import("react/jsx-runtime").JSX.Element; declare const SampleProps: {}; export default Grid; export { type StyledProps as GridProps, SampleProps as GridSample, }; //# sourceMappingURL=index.d.ts.map