export interface Props { className?: string; onClick?: () => void; } export declare const Asset: (src: string) => (props: Props) => JSX.Element;