/// interface FContainerProps { width?: Number; type?: String; className?: String; children?: any; } export declare const FContainer: ({ width, type, className, children }: FContainerProps) => JSX.Element; export {}; //# sourceMappingURL=Fcontainer.d.ts.map