/// declare type Props = { className?: string; padding?: boolean; }; export declare const CardDivider: (props: Props) => JSX.Element; export {};