/// import type { SmallGridContainerProps } from './interface'; export type { SmallGridContainerProps } from './interface'; declare function SmallGridContainer({ style, disabled, children, maxColumns }: SmallGridContainerProps): JSX.Element; export default SmallGridContainer;