import { FC } from '../../../../node_modules/.pnpm/react@19.1.1/node_modules/react';
type Props = {
    subTitle?: string;
};
declare const SelectSubtitle: FC<Props>;
export default SelectSubtitle;
//# sourceMappingURL=select-subtile.d.ts.map