import { FC } from 'react'; interface StandardBackgroundProps { colorFill: string; } export declare const StandardBackground: FC; export {}; //# sourceMappingURL=StandardBackground.d.ts.map