import type { SelectType } from '../Select/Select';
import { type TextProps } from '../Typography/Text/Text';
export interface SelectTypographyProps extends TextProps {
    selectType?: SelectType;
}
/**
 * @private
 */
export declare const SelectTypography: ({ selectType, children, ...restProps }: SelectTypographyProps) => React.ReactNode;
//# sourceMappingURL=SelectTypography.d.ts.map