import type { Props } from './types';
/**
 * [Go to docs](https://flowbite-svelte-icons.codewithshin.com/)
 * ## Props
 * @prop size
 * @prop width
 * @prop height
 * @prop color = ctx.color || 'currentColor'
 * @prop title
 * @prop desc
 * @prop class: className
 * @prop ariaLabel
 * @prop ...restProps
 */
declare const FileCopySolid: import("svelte").Component<Props, {}, "">;
type FileCopySolid = ReturnType<typeof FileCopySolid>;
export default FileCopySolid;
