import * as React from 'react';
export interface FontSizeButtonCustomProps {
}
type FontSizeButtonProps = FontSizeButtonCustomProps;
declare const FontSizeButtonRaw: React.FC<FontSizeButtonProps>;
export default FontSizeButtonRaw;
