/// export declare type TwoLineParamsT = { children?: any; }; export declare const TwoLineParams: ({ ...props }: { [x: string]: any; }) => JSX.Element;