export declare type StyleProps = {
    className?: string;
};
