import { StyleProps } from './types'; export declare const useStyles: ({ loading, color, textVerticalPadding, textBorderRadius, }: StyleProps) => { base: { backgroundColor: string; opacity: number; }; text: { marginTop: number; marginBottom: number; borderRadius: number; }; rect: {}; };