/// export interface OwnProps { label: string; children: React.ReactNode; } export declare type Props = OwnProps;