import React from 'react'; declare type Props = { children: React.ReactNode; }; export declare const ContainerButtons: ({ children }: Props) => JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map