export interface OwnProps { children: any; value: string; } export declare type Props = OwnProps;