import 'bootstrap/dist/css/bootstrap.min.css';
import React from 'react';
export declare type StyledLabelPropsType = {
    children: React.ReactNode;
};
export declare const StyledLabel: import("styled-components").StyledComponent<"label", any, StyledLabelPropsType, never>;
