/// type Props = { imgSrc?: string; }; export declare const SuccessPlaceholder: ({ imgSrc }: Props) => JSX.Element; export {};