interface Props { color: string; height: number; } export declare const style: (props: Props) => string; export {};