/// <reference types="react" />
import PropTypes, { type InferProps } from "prop-types";
export declare function Small({ children, }: InferProps<typeof Small.propTypes>): JSX.Element;
export declare namespace Small {
    var propTypes: {
        children: PropTypes.Requireable<NonNullable<PropTypes.ReactNodeLike>>;
    };
}
//# sourceMappingURL=Small.d.ts.map