import { FC } from 'react'; interface BackgroundTextureProps { src: string; fill?: boolean; } export declare const BackgroundTexture: FC; export {};