/// export interface OwnProps { components: JSX.Element[]; classNames?: string; } export declare type Props = OwnProps;