import { ComponentPropsWithoutRef } from 'react'; import { DefaultTheme, StyledComponent } from 'styled-components'; export interface StyledLabelProps extends ComponentPropsWithoutRef<'label'> { hidden?: boolean; disabled?: boolean; } export declare const StyledLabel: StyledComponent, DefaultTheme, any, any>; //# sourceMappingURL=styled.d.ts.map